home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / fldlinks.dfm / fldlinks.txt
Text File  |  1999-08-11  |  3KB  |  167 lines

  1. object LinkFields: TLinkFields
  2.   Left = 235
  3.   Top = 123
  4.   ActiveControl = IndexList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Field Link Designer'
  7.   ClientHeight = 265
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 33
  19.     Width = 343
  20.     Height = 190
  21.     Shape = bsFrame
  22.   end
  23.   object Bevel2: TBevel
  24.     Left = 350
  25.     Top = 285
  26.     Width = 341
  27.     Height = 43
  28.     Shape = bsFrame
  29.   end
  30.   object Label30: TLabel
  31.     Left = 13
  32.     Top = 40
  33.     Width = 57
  34.     Height = 13
  35.     Caption = 'D&etail Fields'
  36.     FocusControl = DetailList
  37.     IsControl = True
  38.   end
  39.   object Label31: TLabel
  40.     Left = 222
  41.     Top = 38
  42.     Width = 62
  43.     Height = 13
  44.     Caption = '&Master Fields'
  45.     FocusControl = MasterList
  46.     IsControl = True
  47.   end
  48.   object IndexLabel: TLabel
  49.     Left = 4
  50.     Top = 10
  51.     Width = 83
  52.     Height = 13
  53.     Caption = 'A&vailable Indexes'
  54.     FocusControl = IndexList
  55.   end
  56.   object Label2: TLabel
  57.     Left = 12
  58.     Top = 142
  59.     Width = 61
  60.     Height = 13
  61.     Caption = '&Joined Fields'
  62.     FocusControl = BindList
  63.   end
  64.   object DetailList: TListBox
  65.     Left = 13
  66.     Top = 55
  67.     Width = 117
  68.     Height = 69
  69.     IntegralHeight = True
  70.     ItemHeight = 13
  71.     TabOrder = 1
  72.     OnClick = BindingListClick
  73.     IsControl = True
  74.   end
  75.   object MasterList: TListBox
  76.     Left = 222
  77.     Top = 54
  78.     Width = 117
  79.     Height = 69
  80.     IntegralHeight = True
  81.     ItemHeight = 13
  82.     TabOrder = 2
  83.     OnClick = BindingListClick
  84.     IsControl = True
  85.   end
  86.   object BindList: TListBox
  87.     Left = 12
  88.     Top = 157
  89.     Width = 242
  90.     Height = 56
  91.     IntegralHeight = True
  92.     ItemHeight = 13
  93.     MultiSelect = True
  94.     TabOrder = 3
  95.     OnClick = BindListClick
  96.     IsControl = True
  97.   end
  98.   object IndexList: TComboBox
  99.     Left = 109
  100.     Top = 7
  101.     Width = 192
  102.     Height = 21
  103.     Style = csDropDownList
  104.     ItemHeight = 13
  105.     TabOrder = 0
  106.     OnChange = IndexListChange
  107.     OnClick = IndexListChange
  108.   end
  109.   object AddButton: TButton
  110.     Left = 138
  111.     Top = 74
  112.     Width = 75
  113.     Height = 25
  114.     Caption = '&Add'
  115.     TabOrder = 4
  116.     OnClick = AddButtonClick
  117.   end
  118.   object DeleteButton: TButton
  119.     Left = 263
  120.     Top = 157
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&Delete'
  124.     TabOrder = 5
  125.     OnClick = DeleteButtonClick
  126.   end
  127.   object ClearButton: TButton
  128.     Left = 263
  129.     Top = 188
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Clear'
  133.     TabOrder = 6
  134.     OnClick = ClearButtonClick
  135.   end
  136.   object Button1: TButton
  137.     Left = 100
  138.     Top = 231
  139.     Width = 75
  140.     Height = 25
  141.     Caption = 'OK'
  142.     Default = True
  143.     ModalResult = 1
  144.     TabOrder = 7
  145.     OnClick = BitBtn1Click
  146.   end
  147.   object Button2: TButton
  148.     Left = 186
  149.     Top = 231
  150.     Width = 75
  151.     Height = 25
  152.     Cancel = True
  153.     Caption = 'Cancel'
  154.     ModalResult = 2
  155.     TabOrder = 8
  156.   end
  157.   object Help: TButton
  158.     Left = 272
  159.     Top = 231
  160.     Width = 75
  161.     Height = 25
  162.     Caption = '&Help'
  163.     TabOrder = 9
  164.     OnClick = HelpClick
  165.   end
  166. end
  167.